This tutorial covers Next.js 13, but don't let that number fool you. Next.js 14 is essentially a performance update of v13. That means every concept, technique, and feature we dive into here is just as applicable in Next.js 14 Ultimate Next 14 Course is now live: jsmastery.pro/next14
FYI - imagin.studio seems to have changed their policy. There no longer seems to be a trial version, so the car image API isn't available to do some testing. Do you know any alternatives?
CAR IMAGE API KEY IS NOT WORKIG AND IN GITHUB ALSO THERE IS NOT ANY API KEY . IF THERE IS SOME OTHER FREE API FOR IT THEN PLEASE GIVE ME OTHERWISE IF YOU CAN GIVE YOUR APIKEY THEN PLEASE GIVE ME . PLEASE REPLY
2:30:02 when I click Search 404 Not Found error Is this page related to the rapid api? The link contains % 20, if I delete this %20 search page, the page is finding I can't find where mistake is
If anyone got to 03:00:22, a simple fix I found by going through the comments in the bug in Next scrolling- 1. Search your application for "router.push", 3 should appear 2. Replace "router.push(newPathName);" with "router.push(newPathName, {scroll: false});" 3. Skip to Deployment 03:20:28
If you are watching this video recently the Next js recently got updated you can completly skip the client Sider Rendering part by adding this this extra paramater in the router In components/ShowMore router.push(newPathname,{ scroll: false }); In components/SearchBar router.push(newPathname, { scroll: false }) Happy Coding >
I’ve been developing next 12 and 13 apps for the last 9 months including my website which also uses typescript. Making these has only benefited me, I recently got hired for all my nextjs apps where I’m genuinely making buck according to average software engineering jobs. Take this man’s word and work with nextjs with typescript it truly is the way forward
I just finished the last next13 course (first time using nextjs), and wanted to find another next 13 course with typescript. This is definitely what im searching for! Gained so much knowledge from your videos. May god bless you and your family.
wonderful video thanks a lot, for the issue of scrolling to the top you can keep it server side rendering and add to the router.push a property of { scroll: false } which is gonna look smg like that : router.push(newPathname, { scroll: false }); that would solve it without needing to move back to the client side rendering enjoy guys
What a great course and project, no words can describe your effort and time for teaching people, what's the reason you choosed next.js over express.js. your previous projects were express and now you shift to next.js
The solution of scrolling to top after pushing new path to router is : simply adding {scroll:false} as second argument to router.push(path, {scroll:false}) 💯
Finished! Nice project, everything still working so far, use scroll false when using router.push though. The image car api has watermark but it's still useble in my opinion.
One of the best courses i've ever seen, nice work, nice explain, you deserve a golden globe jaja, the only thing that i have to say its that we need a new API key or another API to use, now its a no image project haha, cheers bro and well done!
Finally the typescript project which i was waiting for came. Btw i wanted to tell you that you are the most professional and organised coder i have ever seen. Love from india.
it's always amazing work from this channel. Also I've added {scroll: false} in all router.push to disable scrolling to the top of the page, and this works for me.
While i do really appreciate the content, as a designer trying to hone my frontend skills in react this course went from 0 to 100 really fast. I watched the crash course as well as mentioned in this course. People in my position are not necessarily super deep in ES6+, arrow functions, json etc. so while the hero part of the tutorial was great for me, the second part of the list with filters got complex really fast. Not that i wasn't able to get the same output as the author, but man i lost whatever overview i thought i had with the filter Combobox filter functions and the setQuery part with the Transition as fragtment stuff. I am aware that this course doesn't promise to cater to people like me, but at least i felt the need to say, that touching lightly on concepts in the start of a course, doesn't necessarily mean that they stick 100% in the very next chapter where the complexity goes up rapidly. I would love a course like this that is laid out in simpler steps/chapters and touches more on the 'why' and 'how' of all aspects of what is going on, repeatedly as the course progresses. A course that doesn't point to other videos to understand an arrow function for instance, but discusses the topic as it appears in the course. Also up until now i didn't experience any recaps of what we just did - and again why we did (and structured) it like that. Anyway, I'll keep at it and hopefully it'll stick more and more. This seems to be the only real course on typescript with react and nextjs. Hope this feedback finds you well.
This is one of the best NextJs Video that I had taken. the time to review It is very thorogh i,n the presentation and the connection to the API was very simple. More typescript Next.JS please.
Very clear as always! I would love to see an ecommece with NEXT JS, STRAPI, TAILWIND, TYPESCRIPT, AND STRIPE, and also another video with django, python, postgreeSQL and tensorflow.js for a backend. Thanks
Wow i was looking for latest next 13.4 project with typescript (coz I just learned ts ) and tailwind ❤️❤️ and your notification just popped up ✌️ THANKYOU❤️
Man i can comfortably sau you qre the Reason am going to be a better and good web developer, you are a rare gem and RUclips knows that that's why your videos always pop up on top whenever you upload
Yes, we want more, and more, and more projects like this one (in NEXTJS of course). I'm triying to specialize in Next and you are my best teacher. Thanks for all. I will by you a coffee
Really amazing tutorial , Thanks so much Elliot!! 👏👏 The solution for the scroll bug over nextjs v-13.4.12 is router.push(newPathName, { scroll: false }) It's works for me 👍
Thank you to a million times ! your work is incredible like always ! and I would love to see more Nextjs 13.4+++ with API series like this project and Please more Build and sell API tutorial for 2023 version
Simply WOW, easy to follow and appreciate the extra steps to bring to attention the NextJS scroll bug... You have a new subscriber... Keep up the good work. Thank you soooo much for this.
A fix to the scroll to top issue at 2:32:41. Change router.push(newPathName) to router.push(newPathName, {scroll: false}) in your SearchBar.tsx file inside the updateSearchParams function. That has fixed it for me. At least until normal functionality is resumed
The way to fix the scrolling bag is to pass {scroll: false} as the second parameter to router.push() function. It shoould look like: router.push("/yourpathname", {scroll: false})
Muchas Gracias por este curso y por tomarte el tiempo para hacerlo. La verdad que lo que aprendi en este curso fue asombroso. Voy a seguir viendo mas. Saludos desde Argentina
they seem to have closed the free trial service, so no fortune with automatically generated car images i just went with stock one and not bothered any further
The form on the website doesn't work, specifically the website field. It just errors out with "Please provide a website with the requested format". AUGH!
As usual great content ! Brother i want to suggest you onething put the entire process as video the styling of css and font choosing and so on, show everything that would be awesome.
Another wonderful and amazing project to learn from. Thanks for sharing these masterpieces for free. I definitely would like to watch more videos on TypeScript.
Hey, just wanted to give some gratitude to what you're doing. I really thank you for all these projects as they have helped me a lot. Also, there is a request if you can make some more videos related to app development like react native. Also it would be great if you can give a course on flutter, I really want a flutter course from your side...
Next.js is great, we use it at work for all our React-based projects and it saves so much time and effort, lets us work quite efficently. The only thing I find disturbing as of late is that a lot of tutorials teach with Tailwind, which isn't as commonly used in the business. Luckily a dev who has at least some work experience is able to substitute with his preferred framework instead.
great Job adrian. i must say i admire the amountof effort and level of dedication into putting out contents like these for us. However I think a lot of us have issues with getting an API key for the car images to load @2:12:35
To souve the useRoute problem you can set a second parameter { scroll: false } in the router.push method like this: router.push(newPathname, { scroll: false });
Thanks jsm for making such marvelous projects.If it has live demos or figm design it would be very helpful for us to give a first try by our own.However, undoubtedly i am grateful to you.
I was just wondering what project I should start studying next and you uploaded the video with such a cool website! Its time to study now! Thank you very much from Russia :)
Thanks for the knowledge you have shared. Love your typescript nextJs tutorial. Please, do more of them, and also, can you do a similar project with the use of Shadcn UI. There are almost no tutorials on the web with Shadcn-ui
I'm in love with Your Content 😍 Adrian 😻 I'm always waiting for your new video to learn something new ❤ 🙇 thanks for making our journey of learning awesome from ur video 🎉❤
After an 1.5-2 hours of searching finally found it!!! Error was hiding in the utils/index I put limits instead of limit in the fetch call. #BowToYourSensei! 🤩🙃
If you're seeing this error: "Error: NextRouter was not mounted." Make sure you're using useRouter from next/navigation and not next/router. "next/router" can only be used inside the App folder, and not when you're in a "use client" context.
About the scrolling bug: I got it working by using `"next": "13.2.4"` in `package.json` (and obviously running `npm i` afterwards) and adding: experimental: { appDir: true, }, in `next.config.js`. At least this works fine while keeping server side rendering until they fix the bug.
This tutorial covers Next.js 13, but don't let that number fool you. Next.js 14 is essentially a performance update of v13. That means every concept, technique, and feature we dive into here is just as applicable in Next.js 14
Ultimate Next 14 Course is now live: jsmastery.pro/next14
FYI - imagin.studio seems to have changed their policy. There no longer seems to be a trial version, so the car image API isn't available to do some testing. Do you know any alternatives?
CAR IMAGE API KEY IS NOT WORKIG AND IN GITHUB ALSO THERE IS NOT ANY API KEY . IF THERE IS SOME OTHER FREE API FOR IT THEN PLEASE GIVE ME OTHERWISE IF YOU CAN GIVE YOUR APIKEY THEN PLEASE GIVE ME . PLEASE REPLY
@@physicschemistry2190 it should be working
@@javascriptmasteryfor me the API works fine. Thank you for tutorial by the way
2:30:02 when I click Search 404 Not Found error
Is this page related to the rapid api? The link contains % 20, if I delete this %20 search page, the page is finding I can't find where mistake is
This man's projects are better than most udemy courses. And the best part is that they are real time projects. Thanks for this!
Exactly
That's the goal!
True! 🎉
Exactly!
The Udemy courses is good, but The professors release and don't update the material. For example, these New features for Nextjs i havendo seen yet.
If anyone got to 03:00:22, a simple fix I found by going through the comments in the bug in Next scrolling-
1. Search your application for "router.push", 3 should appear
2. Replace "router.push(newPathName);" with "router.push(newPathName, {scroll: false});"
3. Skip to Deployment 03:20:28
YOU'RE THE MAN! 🤩🤩
Thank you!!!!
works perfectly. this also fixed the searchbar scrolling to the top. thanks so much
If you are watching this video recently the Next js recently got updated you can completly skip the client Sider Rendering part by adding this this extra paramater in the router
In components/ShowMore
router.push(newPathname,{ scroll: false });
In components/SearchBar
router.push(newPathname, { scroll: false })
Happy Coding >
do you have any solution for car images API ?
How about the API seems to no longer work
u forgot to add this in custom filter too
const handleUpdateParams = (e: {title: string,value: string}) => {
const newPathName = updateSearchParams(title, e.value.toLowerCase())
router.push(newPathName,{scroll: false})
}
I’ve been developing next 12 and 13 apps for the last 9 months including my website which also uses typescript. Making these has only benefited me, I recently got hired for all my nextjs apps where I’m genuinely making buck according to average software engineering jobs. Take this man’s word and work with nextjs with typescript it truly is the way forward
Amazing!!!
I can't believe you are doing this for free man, thank you so much.
I just finished the last next13 course (first time using nextjs), and wanted to find another next 13 course with typescript. This is definitely what im searching for! Gained so much knowledge from your videos. May god bless you and your family.
Fantastic!
There aren’t many people doing full build videos, would definitely love to see more
bro did the car api work.....isn't it not free for all
how did you managed tp fetch the car photos ?
kmm
How he got .git folder?
wonderful video thanks a lot, for the issue of scrolling to the top you can keep it server side rendering and add to the router.push a property of { scroll: false } which is gonna look smg like that : router.push(newPathname, { scroll: false }); that would solve it without needing to move back to the client side rendering enjoy guys
Has it been implemented? It wasn't working at the time of the recording! :)
I remember asking you for such an app few weeks ago, and you made it a reality. Really appreciate it, big thanks 👍
Hope you like it!
i just finish the last course of create promptopie with nextjs
thank you for this great content you provide
Enjoy!
Adrian, I'm short of words, ur courses are state of da art, premium grade, educational nd more
Tanx so much for what u've done for us at large
Thank you!
Wonderful! Super excited for a TypeScript project finally!!❤
Yess!
What a great course and project, no words can describe your effort and time for teaching people, what's the reason you choosed next.js over express.js. your previous projects were express and now you shift to next.js
The solution of scrolling to top after pushing new path to router is : simply adding {scroll:false} as second argument to router.push(path, {scroll:false}) 💯
for those having issue with scroll top from router,, just add {scroll: false} because initially scroll is set as true by default for router in nextjs
router.push(newPathName, { scroll: false });
Thank you i was facing the same problem
Finished! Nice project, everything still working so far, use scroll false when using router.push though. The image car api has watermark but it's still useble in my opinion.
One of the best courses i've ever seen, nice work, nice explain, you deserve a golden globe jaja, the only thing that i have to say its that we need a new API key or another API to use, now its a no image project haha, cheers bro and well done!
Finally the typescript project which i was waiting for came. Btw i wanted to tell you that you are the most professional and organised coder i have ever seen. Love from india.
Thank you so much 😀
it's always amazing work from this channel. Also I've added {scroll: false} in all router.push to disable scrolling to the top of the page, and this works for me.
I didn`t watch the video yet, but i already know our man delivered us something awesome, better than most courses out there, for *free*.
Thank you :)
Legend!
I’ve recently started Typescript from JavaScript and this video has helped me a lot. Please do more of these as well as more React Native videos
While i do really appreciate the content, as a designer trying to hone my frontend skills in react this course went from 0 to 100 really fast. I watched the crash course as well as mentioned in this course.
People in my position are not necessarily super deep in ES6+, arrow functions, json etc. so while the hero part of the tutorial was great for me, the second part of the list with filters got complex really fast. Not that i wasn't able to get the same output as the author, but man i lost whatever overview i thought i had with the filter Combobox filter functions and the setQuery part with the Transition as fragtment stuff.
I am aware that this course doesn't promise to cater to people like me, but at least i felt the need to say, that touching lightly on concepts in the start of a course, doesn't necessarily mean that they stick 100% in the very next chapter where the complexity goes up rapidly.
I would love a course like this that is laid out in simpler steps/chapters and touches more on the 'why' and 'how' of all aspects of what is going on, repeatedly as the course progresses. A course that doesn't point to other videos to understand an arrow function for instance, but discusses the topic as it appears in the course.
Also up until now i didn't experience any recaps of what we just did - and again why we did (and structured) it like that.
Anyway, I'll keep at it and hopefully it'll stick more and more. This seems to be the only real course on typescript with react and nextjs. Hope this feedback finds you well.
This is one of the best NextJs Video that I had taken. the time to review It is very thorogh i,n the presentation and the connection to the API was very simple. More typescript Next.JS please.
Very clear as always! I would love to see an ecommece with NEXT JS, STRAPI, TAILWIND, TYPESCRIPT, AND STRIPE, and also another video with django, python, postgreeSQL and tensorflow.js for a backend. Thanks
I would add Firebase to this list rather than an api. How would one implement this?
2:31:12
router.push(newPathName, { scroll: false })
Add scroll false to prevent scroll position reset
superb!! thank you
The way u explained apis & fetches made me finally understand it! Clean build & Thank you.🙏
You're welcome!
Crazy that there are no ads in such great content
Thank you!
This man's project makes us rich fast. Thanks for this one!
You're welcome!
Wow i was looking for latest next 13.4 project with typescript (coz I just learned ts ) and tailwind ❤️❤️ and your notification just popped up ✌️ THANKYOU❤️
Enjoy!
Your channel is the best learning platform for React and Next development
Thanks!
Finally! Thank you Adrian, I really glad found your channel year ago
Awesome! 😊
Man i can comfortably sau you qre the Reason am going to be a better and good web developer, you are a rare gem and RUclips knows that that's why your videos always pop up on top whenever you upload
Amazing!
when ever i see your videos i smile, because i know i get a lot of new knowledge. God bless you, You are my unsung hero...
Thank you!
Best tutorial on youtube!! Extremely useful and always up to date with the technologies!! Great job, keep it up!
Thanks, will do!
Yes, we want more, and more, and more projects like this one (in NEXTJS of course). I'm triying to specialize in Next and you are my best teacher. Thanks for all. I will by you a coffee
More to come!
Really amazing tutorial , Thanks so much Elliot!! 👏👏
The solution for the scroll bug over nextjs v-13.4.12 is router.push(newPathName, { scroll: false })
It's works for me 👍
i owe you my life sir
to fix the scrolling error aftter searching at 2:32:44 i used router.push(newPathname,{scroll: false}); in our searchbar.tsx file
Great build. I always love your tutorials and in-depth explanations. I would love to see a Zoom project using Next Js 14
Yeeeeeeees lets go! Thank you! I think everyone is looking for this tutorial.
You got it!
Thank goodness these wonderful tutorials are now in typescript... thank you... more please
Thank you! 😊
Thank you to a million times ! your work is incredible like always !
and I would love to see more Nextjs 13.4+++ with API series like this project
and Please more Build and sell API tutorial for 2023 version
As you promised you did it, what a respected citizen 👏 👌 🙌 👍 ❤🎉❤🎉🎉
Thank you!
I just finished learning basic concepts of Typescript, and was searching for a cool project, here comes JSM, thanks a lot !😄
Happy to help!
Simply WOW, easy to follow and appreciate the extra steps to bring to attention the NextJS scroll bug... You have a new subscriber... Keep up the good work. Thank you soooo much for this.
it's an honor to complete this course, thank you so much!
Can you send me the code?? I'm trying to do. But there are some errors?
Thank you so much Adrian.. You came up with typescript 😍❤️
Really appreciate your efforts in educating us.
Thank you! 😃
this men is gem for industries
A fix to the scroll to top issue at 2:32:41. Change router.push(newPathName) to router.push(newPathName, {scroll: false}) in your SearchBar.tsx file inside the updateSearchParams function.
That has fixed it for me. At least until normal functionality is resumed
In the next year i will have time to learn more english and Front-End techs to apply for this masterclass.
Forte abraço, bro!
Perfect!
The way to fix the scrolling bag is to pass {scroll: false} as the second parameter to router.push() function.
It shoould look like:
router.push("/yourpathname", {scroll: false})
It worked. Thanks bro
Muchas Gracias por este curso y por tomarte el tiempo para hacerlo. La verdad que lo que aprendi en este curso fue asombroso. Voy a seguir viendo mas. Saludos desde Argentina
Hi Adrian, please do more TypeScript tutorials for sure! Thank you!
Will do, thank you!
Dayumn, I love your work man, I will donate you when I get a new job!
Much appreciated!
Great as always! Thanks for your content
Much appreciated!
35:45
Ooohh yeah buddeeehh. TypeScript!🎉
Yess! :D
Brilliant. +1 for more Next, TS, Tailwind projects.
Awesome tutorial and so modern 😍😍😍 you are a beast, thanks for it 🙏🙏
Thank you!
Канал супер, вы достойны миллионы подписчиков и лайков!
The imagin.studio api is no longer working and the images are not shown. How to resolve this issue?
did you find the solution because I have the same problem
I've run the same issue. Images are only rendering the red placeholder car. Did you manage to get this resolved?
they seem to have closed the free trial service, so no fortune with automatically generated car images
i just went with stock one and not bothered any further
The form on the website doesn't work, specifically the website field. It just errors out with "Please provide a website with the requested format". AUGH!
I am facing the same issue, any alternative solution?
the way of making the project is awesome !! i love it.
I am so happy about the typescript. Thank you so much Sir
You are most welcome
I was eagerly waiting for a NextJS project with Typescript. You don't disappoint
You asked for it, you got it!
Api key not working, so I'm stuck at Car Images, but thanks for the effort. I learned a lot so far.
same with me
you are a treasure sent directly from heaven. keep the good work. thank you
Thank you!
thanks man this is amazing nextjs project tutorial I've ever seen.💖
You're welcome!
As usual great content ! Brother i want to suggest you onething put the entire process as video the styling of css and font choosing and so on, show everything that would be awesome.
Another wonderful and amazing project to learn from. Thanks for sharing these masterpieces for free. I definitely would like to watch more videos on TypeScript.
More to come!
do you know how he got .git folder?
best tutorial ever! It just 3 hours, but I finished all in three days. Many thanks Adrian!
you have Image API key , because API key is not work
Hey, just wanted to give some gratitude to what you're doing. I really thank you for all these projects as they have helped me a lot.
Also, there is a request if you can make some more videos related to app development like react native.
Also it would be great if you can give a course on flutter, I really want a flutter course from your side...
You're very welcome!
Thanks!
Thanks!
You are gem 💎 thanks for everything mate!
Happy to help!
Again you have reached into my imagination and created a project to make my dreams a reality.
Amazing!
Next.js is great, we use it at work for all our React-based projects and it saves so much time and effort, lets us work quite efficently.
The only thing I find disturbing as of late is that a lot of tutorials teach with Tailwind, which isn't as commonly used in the business. Luckily a dev who has at least some work experience is able to substitute with his preferred framework instead.
Does youe team use Bootstrap or custom css?
@@Nulimitz We used Material UI
Amazing content. (Next + Tailwind + TypeScript) = I'm here from the first to the last minute.
Sir, Thank you and i want more series like this with ts+next+mongodb ...😊
Nice content , thank you so much . hope you continue this kind of videos! more power!
great Job adrian. i must say i admire the amountof effort and level of dedication into putting out contents like these for us. However I think a lot of us have issues with getting an API key for the car images to load @2:12:35
i do faces the same issues but i do admire the effort
yes I do
@@kitokip8199 you have an API key?
Me too, I looked into it it seems like Imagin studio does not provide API keys to students or for personal projects anymore, what shame.
@@MikeIsTechBoi I am hitting the same issue here, I am going around trying to find a different API for the car images.
To souve the useRoute problem you can set a second parameter { scroll: false } in the router.push method
like this: router.push(newPathname, { scroll: false });
At the time of the recording there was a bug. It got fixed recently 👌
By doing the same code recently I've got the same error, so I found this solution on stackoverflow
Thanks jsm for making such marvelous projects.If it has live demos or figm design it would be very helpful for us to give a first try by our own.However, undoubtedly i am grateful to you.
Thank you!
You are giving us life,Thank you Don Adrian
Thank you!
on point...thanks for doing so many things free for us
You are so welcome
For using typescript we are very happy❤
I was just wondering what project I should start studying next and you uploaded the video with such a cool website! Its time to study now! Thank you very much from Russia :)
Greetings to Russia! :)
More typescripts, api with springboot, mysql. I am super excited.
Thanks for the knowledge you have shared. Love your typescript nextJs tutorial. Please, do more of them, and also, can you do a similar project with the use of Shadcn UI. There are almost no tutorials on the web with Shadcn-ui
This tutorial is awsome. You make me emotional🥺.May Allah bless you.
I'm in love with Your Content 😍 Adrian 😻 I'm always waiting for your new video to learn something new ❤ 🙇 thanks for making our journey of learning awesome from ur video 🎉❤
Thanks! 😃
thanks for this tutorial its quite helpful
Thak you very much!
Very exicted for this project
Enjoy!
Yes!! Thank you Adrain I can't wait to give this one a spin
Hope you like it!
After an 1.5-2 hours of searching finally found it!!! Error was hiding in the utils/index I put limits instead of limit in the fetch call. #BowToYourSensei! 🤩🙃
Very Nice Work ! Love to see more TYPESCRIPT Videos !
Thanks, will do!
If you're seeing this error: "Error: NextRouter was not mounted." Make sure you're using useRouter from next/navigation and not next/router. "next/router" can only be used inside the App folder, and not when you're in a "use client" context.
good to know, thanks
Fantastic demo project! Great job.
amazing video.
Thanks!
Thanks for using TypeScript, hope to see more videos using it
You're welcome!
About the scrolling bug: I got it working by using `"next": "13.2.4"` in `package.json` (and obviously running `npm i` afterwards) and adding:
experimental: {
appDir: true,
},
in `next.config.js`.
At least this works fine while keeping server side rendering until they fix the bug.
I'll try it!
Definitely a nice way to fix the scrolling bug before they fix the bug officially!👍
It works, thank you!
Although I am Angular guy ... but loved these contents... Hope you also provide some angular related stuffs .. Thank you😊
We will try
The car api by Imagin studio is only for organizations. We cannot get it.
Is there any alternative?
II have searched all over the internet and I can't find an api with free images of cars😭
Let's hope someone finds another api that helps us :/
@@joseriquelme9673 I didn't complete the course because of the api and don't have any motivation left to continue.
can you please update the car images api key?
thanks